Shader "Custom/TestShader" { Properties { _Color ("Color", Color) = (1,1,1,1) } SubShader { Pass { } } FallBack "Diffuse" }